home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! 1996 / Microsoft Picture It! 1996.iso / kimps / knpi.knn / ProductCategory.json < prev    next >
Encoding:
JavaScript Object Notation  |  1996-09-11  |  592 b 

  1. {
  2.     "schema": {
  3.         "ProductCatDescrip": "Text (50)",
  4.         "ProductCatCode": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "ProductCatDescrip": "Family",
  9.             "ProductCatCode": 1
  10.         },
  11.         {
  12.             "ProductCatDescrip": "General",
  13.             "ProductCatCode": 2
  14.         },
  15.         {
  16.             "ProductCatDescrip": "Birthday",
  17.             "ProductCatCode": 3
  18.         },
  19.         {
  20.             "ProductCatDescrip": "Seasonal",
  21.             "ProductCatCode": 4
  22.         },
  23.         {
  24.             "ProductCatDescrip": "Sports",
  25.             "ProductCatCode": 5
  26.         },
  27.         {
  28.             "ProductCatDescrip": "Vacation",
  29.             "ProductCatCode": 6
  30.         },
  31.         {
  32.             "ProductCatDescrip": "Kids",
  33.             "ProductCatCode": 7
  34.         },
  35.         {
  36.             "ProductCatDescrip": "Baby",
  37.             "ProductCatCode": 8
  38.         },
  39.         {
  40.             "ProductCatDescrip": "Wedding",
  41.             "ProductCatCode": 9
  42.         },
  43.         {
  44.             "ProductCatDescrip": "Reprints",
  45.             "ProductCatCode": 10
  46.         }
  47.     ]
  48. }